MYRIADE

Created By
Benjamin Derville25 days ago
**Myriade** is the AI-native data platform for exploring, cataloging, and governing data warehouses. This MCP server exposes Myriade's data analyst capabilities to any compliant client (Claude Desktop, Cursor, VS Code, Copilot, etc.). Once connected, your AI client can: - **Discover** — `list_databases`, `list_tables`, `get_table_schema`, `get_database_info` - **Sample & query** — `sample_data`, `query` (read-only, governance-enforced) - **Browse the catalog** — `search_catalog`, `read_asset`, `update_asset` (descriptions, tags, status) - **Ask the analyst** — `ask` runs Myriade's data analyst agent end-to-end on a natural-language question, returning a synthesized answer with deep links into the Myriade UI for queries, charts, and documents All requests are scoped to the authenticated user's organization, run in read-only mode, and respect Myriade's governance policies (PII masking, table-level ACLs). **Auth:** OAuth 2.1 with Dynamic Client Registration. Sign in once with your Myriade account; tokens are scoped to your org. **Self-host:** Available — see https://github.com/myriade-ai/myriade-private for setup. The hosted version at `app.myriade.ai` is the easiest way to try it.

Server Config

{
  "mcpServers": {
    "myriade": {
      "command": "uv",
      "args": [
        "run",
        "--directory",
        "/path/to/myriade-private/service",
        "python",
        "-m",
        "mcp_server"
      ],
      "env": {
        "MYRIADE_TOKEN": "myr_..."
      }
    }
  }
}
Project Info
Created At
25 days ago
Updated At
25 days ago
Author Name
Benjamin Derville
Star
-
Category

Recommend Clients

View All
VOYEI

21 hours ago
ALCHEON

3 months ago
BUNDLIST

2 months ago
VIBE-PROSPECTING

3 months ago
VIDEO-TO-CLAUDE

17 days ago
Chain.Love MCP
@Chain.Love

## Overview ### what is Chain.Love MCP? Chain.Love MCP is a hosted remote MCP server and gateway for AI agents. It provides a single endpoint for discovering and comparing Web3 infrastructure services across 50+ blockchain networks, including RPCs, indexing, oracles, storage, compute, and developer tools. ### how to use Chain.Love MCP? To use Chain.Love MCP, add the hosted endpoint to your MCP client and connect to `https://app.chain.love/mcp` over Streamable HTTP. For public use cases, the basic MCP server URL is enough. For private downstream MCPs, add credentials only when required using `x-chainlove-cred-<credentialKey>` headers. ### key features of Chain.Love MCP? - Hosted remote MCP gateway for AI agents - Single endpoint for Web3 infrastructure discovery across 50+ blockchain networks - Aggregates infrastructure options across RPCs, indexing, oracles, storage, compute, and developer tools - Streamable HTTP transport - Public documentation and onboarding resources available online ### use cases of Chain.Love MCP? - Discovering and comparing Web3 infrastructure providers across many blockchain networks - Finding RPC, indexing, oracle, storage, compute, and developer tooling options through one MCP server - Giving AI agents a single hosted integration surface for Web3 infrastructure discovery - Reducing the need to integrate many separate provider-specific endpoints ### FAQ from Chain.Love MCP? - Can Chain.Love MCP be used as a hosted remote MCP server? Yes. Chain.Love MCP is designed to be consumed as a hosted remote MCP endpoint at `https://app.chain.love/mcp`. - Does Chain.Love MCP require credentials? Not always. Some downstream integrations may require credentials, which can be passed using `x-chainlove-cred-<credentialKey>` headers when needed. - How do I know which credential header to use? You can check the open-source Chain.Love registry at `https://github.com/Chain-Love/chain-love/blob/main/references/offers/mcpservers.csv` or browse `https://app.chain.love/toolbox/mcpservers` and look for the relevant `credentialKey` value. - Where can I learn more? Landing page: `https://www.chain.love/mcp-gateway` Documentation: `https://chain-love.gitbook.io/mcp-module`

2 months ago
KERNELGEN

3 months ago
@ENCONVERT/MCP

a month ago
DULLNOTE

3 months ago